jfblog

Random logs and notes

The very first post

This is a text that describes that I am doing. First, I launch the pylab magic, with inline graphics.

In [2]:
%pylab inline
x=randn(100)
plot(x)
Populating the interactive namespace from numpy and matplotlib

Out[2]:
[<matplotlib.lines.Line2D at 0x7f093d3d7110>]
In [1]:
HTML(the_end(theNotebook))
Out[1]:

This post was written as an IPython notebook. It is available for download or as a static html.

Creative Commons License
jfblog by J.-F. Bercher is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.
Based on a work at http://jfbercher.github.io/.
:

Comments